PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFRadioButtonField Class / setNoToggleToOff Method
True if exactly one radio button shall be selected at all times.
In This Topic
    setNoToggleToOff Method
    In This Topic
    Sets a value indicating whether a radio button shall be selected at all times.
    If set, exactly one radio button shall be selected at all times; selecting the currently selected button has no effect. If clear, clicking the selected button deselects it, leaving no button selected.
    Syntax
    public void setNoToggleToOff( 
       boolean value
    )

    Parameters

    value
    True if exactly one radio button shall be selected at all times.
    See Also